Skip to content

Commit

Permalink
Update release.yml (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
StiftungAusNachlass committed Apr 23, 2024
1 parent af2a30f commit 2f54494
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,18 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install coffeescript-compiler
run: sudo apt-get install coffeescript

- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive

- name: Checkout submodules
run: git submodule update --init --recursive
- name: Install Node.js and npm
uses: actions/setup-node@v2
with:
node-version: '14'

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

- name: Get the version
id: get_version
Expand Down

0 comments on commit 2f54494

Please sign in to comment.