Skip to content

Commit

Permalink
ci: remove build number
Browse files Browse the repository at this point in the history
  • Loading branch information
github-young committed Jan 24, 2024
1 parent 74e1fd2 commit 3772c61
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@ jobs:
with:
node-version: 18.12.1

- name: Generate build number
id: buildnumber
uses: onyxmueller/build-tag-number@v1
with:
token: ${{secrets.github_token}}

- name: Read VERSION file
id: getversion
run: |
plugin_version=$(node -p "require('${{ github.workspace }}/package.json').version">&1)
echo "version=$plugin_version" >> $GITHUB_OUTPUT
- name: Build zotero plugin
run: |
cd ${{ github.workspace }}
Expand All @@ -39,7 +27,6 @@ jobs:
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: v${{ steps.getversion.outputs.version }}
prerelease: true
files: |
build/*.xpi

0 comments on commit 3772c61

Please sign in to comment.