Skip to content

Commit

Permalink
Merge pull request #5 from TomokiMiyauci/beta
Browse files Browse the repository at this point in the history
ci: remove unnecessary job
  • Loading branch information
TomokiMiyauci authored Apr 10, 2024
2 parents c04de04 + bd007a4 commit 73f3df1
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,11 @@ jobs:
with:
deno-version: ${{ matrix.deno }}

- name: Get tag version
if: startsWith(github.ref, 'refs/tags/')
id: get_tag_version
run: echo "TAG_VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT

- name: Debug
run: env | grep TAG
env:
TAG: ${{ github.event.release.tag_name}}

- name: Modify jsr config
uses: maxgfr/github-change-json@main
with:
key: version
value: ${{steps.get_tag_version.outputs.TAG_VERSION}}
value: ${{ github.event.release.tag_name}}
path: ./jsr.json

- name: publish
Expand Down

0 comments on commit 73f3df1

Please sign in to comment.