We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6badc6 commit 10307bbCopy full SHA for 10307bb
.github/workflows/ci.yml
@@ -21,6 +21,6 @@ jobs:
21
release-semantic:
22
needs: build
23
name: Semantic Release
24
- uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@0.17.14
+ uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@0.19.0
25
secrets:
26
GH_TOKEN: ${{ secrets.GH_TOKEN }}
.github/workflows/release-schedule.yml
@@ -7,6 +7,6 @@ on:
7
jobs:
8
release-schedule:
9
name: 'Release: Scheduled'
10
- uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@0.17.14
+ uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@0.19.0
11
12
0 commit comments