Skip to content

Commit 07f0e76

Browse files
committed
test
1 parent aefe56d commit 07f0e76

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ami-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- develop
7+
- da/test-tags
78
workflow_dispatch:
89

910
jobs:
@@ -28,6 +29,11 @@ jobs:
2829
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
2930
echo "git_sha=$GIT_SHA" >> "$GITHUB_OUTPUT"
3031
32+
- name: echo output
33+
run: |
34+
echo "sha was ${{ steps.process_release_vesion.outputs.git_sha }}"
35+
echo "version was ${{ steps.process_release_version.outputs.version }}"
36+
3137
- name: Create release
3238
uses: softprops/action-gh-release@v1
3339
with:

0 commit comments

Comments
 (0)