Skip to content

feat: move semantic to action #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Feb 7, 2025
6 changes: 3 additions & 3 deletions .github/actions/semantic/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ runs:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3

- name: Create Inside
shell: bash
run: echo "TEST" >> test.txt
# - name: Create Inside
# shell: bash
# run: echo "TEST" >> test.txt

- name: Semantic Release
id: semantic
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-semantic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
release-assets: |
gradle/wrapper/gradle-wrapper.properties
build.gradle
text.txt
test.txt
tag-prefix: 'test-v'
Loading