We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fe1c6 commit aeb371bCopy full SHA for aeb371b
.github/workflows/main-fe.yml
@@ -35,6 +35,22 @@ jobs:
35
with:
36
node-version: 20.x
37
38
+
39
+ - name: 🔎 Identify Commit Hash
40
+ id: commit
41
+ uses: prompt/actions-commit-hash@v3
42
43
+ - name: 🔎 Identify version
44
+ id: get_version
45
+ uses: battila7/get-version-action@v2
46
47
+ - name: 🦸 change version in NPM
48
+ uses: reedyuk/npm-version@1.2.2
49
+ with:
50
+ version: ${{ steps.get_version.outputs.version-without-v }}-${{ steps.commit.outputs.short }}
51
+ package: "frontend/"
52
+ git-tag-version: "false"
53
54
- name: 📦 Build Site
55
run: cd frontend && npm ci && npm run build:ion
56
0 commit comments