diff --git a/.github/actions/semantic/action.yaml b/.github/actions/semantic/action.yaml index 63828c3..f055e4d 100644 --- a/.github/actions/semantic/action.yaml +++ b/.github/actions/semantic/action.yaml @@ -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