Skip to content

Commit 8aa1ac3

Browse files
authoredFeb 7, 2025··
feat: move semantic to action (#11)
* feat: move semantic to action * feat: move semantic to action * feat: move semantic to action * feat: move semantic to action * feat: move semantic to action * feat: test * feat: test * feat: test
1 parent c594554 commit 8aa1ac3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.github/actions/semantic/action.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ runs:
1919
- name: Checkout
2020
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
2121

22-
- name: Create Inside
23-
shell: bash
24-
run: echo "TEST" >> test.txt
22+
# - name: Create Inside
23+
# shell: bash
24+
# run: echo "TEST" >> test.txt
2525

2626
- name: Semantic Release
2727
id: semantic

‎.github/workflows/pr-semantic.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
release-assets: |
2626
gradle/wrapper/gradle-wrapper.properties
2727
build.gradle
28-
text.txt
28+
test.txt
2929
tag-prefix: 'test-v'

0 commit comments

Comments
 (0)
Please sign in to comment.