diff --git a/.github/actions/semantic/action.yaml b/.github/actions/semantic/action.yaml index 4f58b42..f055e4d 100644 --- a/.github/actions/semantic/action.yaml +++ b/.github/actions/semantic/action.yaml @@ -19,6 +19,10 @@ runs: - name: Checkout uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + - name: Create Inside + shell: bash + run: echo "TEST" >> test.txt + - name: Semantic Release id: semantic uses: cycjimmy/semantic-release-action@8e58d20d0f6c8773181f43eb74d6a05e3099571d # v3.4.2