Skip to content

Commit

Permalink
run build binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Jan 10, 2024
1 parent 2b6c7c6 commit b399565
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,13 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: "18"
node-version: "20"

- name: Install dependencies
run: npm install
env:
NODE_AUTH_TOKEN: ${{ secrets.NODE_AUTH_TOKEN }}

- name: Install pkg
run: npm install -g pkg

- name: Build the project
run: npm run build

Expand All @@ -39,9 +36,6 @@ jobs:
- name: Get the version tag
run: echo "VERSION_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV

- name: Dry Run - Print the release version
run: echo "Dry Run - Release version ${{ env.VERSION_TAG }}"

- name: Create Release
if: github.ref == 'refs/heads/main'
uses: actions/create-release@v1
Expand Down

0 comments on commit b399565

Please sign in to comment.