Skip to content

Commit

Permalink
[#4] Remove v from tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
dedenbangkit committed Jul 25, 2024
1 parent 2f27996 commit 7f9ac94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish to NPM
on:
push:
tags:
- 'v*.*.*'
- '*.*.*'

permissions:
id-token: write
Expand All @@ -25,7 +25,7 @@ jobs:
id: get_tag_name
run: |
TAG_NAME=${GITHUB_REF#refs/tags/}
echo "::set-output name=TAG_NAME::${TAG_NAME#v}"
echo "::set-output name=TAG_NAME::${TAG_NAME}"
- name: Read version from package.json
id: read_version
Expand Down
3 changes: 0 additions & 3 deletions build.sh

This file was deleted.

0 comments on commit 7f9ac94

Please sign in to comment.