Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Aug 30, 2021
1 parent f894008 commit df30368
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install -y make
- uses: actions/checkout@v2
- name: Set up node.js
uses: actions/setup-node@v2
with:
node-version: "16"
cache: "npm"
- name: Checkout code
uses: actions/checkout@v2
- run: npm install
- run: make
- name: Create Release
Expand Down Expand Up @@ -56,6 +55,6 @@ jobs:
- uses: actions/checkout@v2
- uses: docker/build-push-action@v2
with:
context: files_wcf/acp/be.bastelstu.wcf.nodepush/
context: files_wcf/acp/be.bastelstu.wcf.nodePush/
push: true
tags: ghcr.io/wbbaddons/nodepush:latest,ghcr.io/wbbaddons/nodepush:${{ steps.extract_version.outputs.version }}

0 comments on commit df30368

Please sign in to comment.