Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit a8fa6b1

Browse files
committed
Removed non working github action
1 parent 7c00320 commit a8fa6b1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v2
16-
- uses: olegtarasov/get-tag@v2
17-
id: tagName
16+
- name: Get the version
17+
id: get_version
18+
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
1819
- uses: actions/setup-node@v1
1920
with:
2021
node-version: 12
@@ -30,7 +31,7 @@ jobs:
3031
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3132
with:
3233
tag_name: ${{ github.ref }}
33-
release_name: Release ${{ steps.tagName.outputs.tag }}
34+
release_name: Release ${{ steps.get_version.outputs.VERSION }}
3435
draft: false
3536
prerelease: false
3637
- name: Upload github-teams-cli-linux

0 commit comments

Comments
 (0)