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.
2 parents c65486a + f32b307 commit e208fabCopy full SHA for e208fab
.github/workflows/ci.yml
@@ -551,7 +551,8 @@ jobs:
551
files: package/*
552
553
- name: Update unstable release body with release notes addon
554
- uses: tubone24/update_release@v1
+ # specific version since this action does not support giving only the major number
555
+ uses: tubone24/[email protected]
556
env:
557
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
558
TAG_NAME: unstable
.github/workflows/pre-release.yml
@@ -76,7 +76,8 @@ jobs:
76
77
78
- name: Update release body with release notes addon
79
80
81
82
83
TAG_NAME: ${{ github.ref_name }}
0 commit comments