Skip to content

Commit

Permalink
Fixed GH action "Release package" - added missing git push
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Oct 18, 2023
1 parent 0bc0e5a commit 8206c68
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -541,6 +541,12 @@ jobs:
version: v${{ github.event.inputs.version }}
operation: read

- name: Push changes to repository
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git push origin && git push --tags
- name: Update GitHub release documentation
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 8206c68

Please sign in to comment.