We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2115b39 commit 4cb274bCopy full SHA for 4cb274b
.github/workflows/build-and-publish.yaml
@@ -19,6 +19,8 @@ jobs:
19
files: "package.json"
20
search-text: "\"version\": \"0.0.0\""
21
replacement-text: "\"version\": \"${{ github.event.release.tag_name }}\""
22
+ - name: Export version as environment variable
23
+ run: export THYME_VERSION=${{ github.event.release.tag_name }}
24
- name: Setup Node
25
uses: actions/setup-node@v4
26
with:
0 commit comments