Skip to content

Commit

Permalink
Merge pull request #243 from danskernesdigitalebibliotek/dependabot/g…
Browse files Browse the repository at this point in the history
…ithub_actions/softprops/action-gh-release-2

Bump softprops/action-gh-release from 1 to 2
  • Loading branch information
ITViking authored Jul 16, 2024
2 parents b5b2c9d + 48ed574 commit 4113d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dplsh-build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

# Create a github release if this was a tag.
- name: Create release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4113d16

Please sign in to comment.