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