Skip to content

Commit

Permalink
Write version.txt in deno-release (#309)
Browse files Browse the repository at this point in the history
* Write version.txt in deno-release

* Drop ci trigger
  • Loading branch information
colinhacks committed Mar 24, 2022
1 parent 8d74f80 commit 401cb05
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deno-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@ jobs:
run: |
yarn install
- name: Get version from package.json
id: package-version
uses: martinbeentjes/npm-get-version-action@v1.1.0

- name: Write version to file
run: |
echo "${{ steps.package-version.outputs.current-version }}"
echo "${{ steps.package-version.outputs.current-version}}" > edgedb-deno/version.txt
- name: Compile for Deno
run: |
yarn compileForDeno
Expand Down

0 comments on commit 401cb05

Please sign in to comment.