Skip to content

Commit 49448a3

Browse files
committed
Rm deprecated set-output
1 parent 39141a4 commit 49448a3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/packager.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,6 @@ jobs:
102102
if: startsWith(github.ref, 'refs/tags/')
103103

104104
steps:
105-
- name: Get tag name as version
106-
id: get_version
107-
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
108-
109105
- name: Checkout
110106
uses: actions/checkout@v3
111107

@@ -135,7 +131,7 @@ jobs:
135131
# git add full project
136132
git add ${{ env.PROJECT_FOLDER }}/
137133
138-
- name: Get current changelog for ${VERSION}
134+
- name: Get current changelog
139135
run: qgis-plugin-ci changelog ${GITHUB_REF/refs\/tags\//} >> release.md
140136

141137
- name: Create GitHub Release

0 commit comments

Comments
 (0)