We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f92ef commit f635c15Copy full SHA for f635c15
.github/workflows/release.yml
@@ -164,7 +164,7 @@ jobs:
164
echo "RELEASE_VERSION=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
165
166
- name: Greenlight releasing to MELPA
167
- uses: actions/github-script@v5
+ uses: actions/github-script@v7
168
with:
169
github-token: ${{ secrets.PAT }}
170
script: |
@@ -178,7 +178,7 @@ jobs:
178
179
# We don't want this to trigger workflows, so we don't use a personal access token.
180
- name: Greenlight releasing to MELPA Stable
181
182
183
184
github.rest.git.createRef({
0 commit comments