Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit f423c7b

Browse files
committed
build: debug version tag
1 parent 2ba39be commit f423c7b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ jobs:
1515
uses: actions/checkout@v1
1616
- name: Docker Build
1717
run: docker build . --tag localbuild/image:latest
18-
- name: Check Version
19-
run: |
20-
npm install -g @semantic-release/exec
21-
npx semantic-release --dry-run
18+
- name: Semantic Release
19+
id: semantic
20+
uses: cycjimmy/semantic-release-action@v2
2221
- name: Echo
23-
run: echo $VERSION
22+
run: echo ${{ steps.semantic.outputs.new_release_version }}
2423
# - name: Docker Login
2524
# run: docker login $REGISTRY -u ${GITHUB_ACTOR} -p ${GITHUB_TOKEN}
2625
# - name: Docker Tag Release

0 commit comments

Comments
 (0)