Skip to content

Commit

Permalink
Merge pull request #36 from udx/latest
Browse files Browse the repository at this point in the history
updated github action workflow
  • Loading branch information
planv authored Aug 22, 2024
2 parents c4c8e4c + 5a3222e commit 95d4029
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
if: github.event_name == 'push'
environment:
name: ${{ github.ref_name }}
permissions:
contents: write
checks: write
# required for all workflows
security-events: write

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -149,7 +154,7 @@ jobs:
- name: Create GitHub Release
if: github.ref_name == 'master'
id: create_github_release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: "Release ${{ steps.version.outputs.TAG }}"
body: "${{ steps.changelog.outputs.description }}"
Expand Down

0 comments on commit 95d4029

Please sign in to comment.