Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StiftungAusNachlass authored May 23, 2024
1 parent d927cdc commit 8515099
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,16 @@ 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: Install Node.js and npm
uses: actions/setup-node@v2
with:
node-version: '14'

- name: Install coffeescript
run: npm install -g coffeescript
- name: Checkout submodules
run: git submodule update --init --recursive

- name: Get the version
id: get_version
Expand Down

0 comments on commit 8515099

Please sign in to comment.