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 f7daf15 commit fbd67a6Copy full SHA for fbd67a6
.github/workflows/merge.yml
@@ -89,7 +89,7 @@ jobs:
89
uses: actions/checkout@v5
90
- name: Create release tag
91
id: tag_release
92
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
93
with:
94
script: |
95
const version = process.env.PACKAGE_VERSION;
0 commit comments