Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeshkumar1019 committed Jul 10, 2024
1 parent 9629dcf commit d8edef3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,13 @@ jobs:
git commit -a -m "Release $VERSION"
git tag -a v$VERSION -m "Release $VERSION"
- if: ${{ github.event.inputs.dryRun == 'false' }}
- name: Push git release of Nuxeo Admin Console UI
if: ${{ github.event.inputs.dryRun == 'false' }}
env:
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: git push origin v$VERSION


- name: Create Github release v${{ env.VERSION }}
if: ${{ github.event.inputs.dryRun == 'false' }}
Expand Down

0 comments on commit d8edef3

Please sign in to comment.