Skip to content

Commit

Permalink
github action node 16 thing: git-get-release-action 1.2.4 -> 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Jul 28, 2024
1 parent 64ca73c commit 7f7357a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- name: Get github release information
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: cardinalby/git-get-release-action@1.2.4
uses: cardinalby/git-get-release-action@1.2.5
env:
GITHUB_TOKEN: ${{ github.token }}
with:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Get github release information
if: ${{ github.event_name == 'workflow_dispatch' }}
id: get_release
uses: cardinalby/git-get-release-action@1.2.4
uses: cardinalby/git-get-release-action@1.2.5
env:
GITHUB_TOKEN: ${{ github.token }}
with:
Expand Down

0 comments on commit 7f7357a

Please sign in to comment.