Skip to content

Commit

Permalink
change the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Aug 1, 2024
1 parent 642e191 commit caf3e42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ on:

jobs:
create:
if: github.event_name == 'workflow_dispatch' ||
(startsWith(github.head_ref, 'pre-release-20') && github.event.pull_request.merged == true)
# if: github.event_name == 'workflow_dispatch' ||
# (startsWith(github.head_ref, 'pre-release-20') && github.event.pull_request.merged == true)

runs-on: ubuntu-latest
steps:
Expand All @@ -41,9 +41,9 @@ jobs:
- name: Create new release
uses: softprops/action-gh-release@v1
with:
token: ${{ secrets.BOT_TOKEN }}
name: TARDIS v${{ env.NEW_TAG}}
tag_name: release-${{ env.NEW_TAG }}
# token: ${{ secrets.GITHUB_TOKEN }}
name: TARDIS v01
tag_name: release-01
prerelease: false
body: |
This release has been created automatically by the TARDIS continuous delivery pipeline.
Expand Down

0 comments on commit caf3e42

Please sign in to comment.