Skip to content

Commit

Permalink
fix(release): remove leftover javascript stuff
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Jul 30, 2024
1 parent 6b9959f commit 73097e7
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: stable
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 'latest'
- name: Install dependencies
run: npm install

- name: Set up Git
run: |
Expand All @@ -49,7 +43,8 @@ jobs:
run: |
git branch --show-current
git pull
echo "version=v$(npm pkg get version | tr -d '\"')" >> "${GITHUB_OUTPUT}"
echo "version=$(grep 'const firmwareActionVersion' < action/main.go | sed -E 's/.*= "//g' | sed 's/"//g')" >> "${GITHUB_OUTPUT}"
# Can't really use cocogitto here
- name: Create tag
run: |
Expand Down

0 comments on commit 73097e7

Please sign in to comment.