diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9d69d58..03094f9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,9 +7,11 @@ on: jobs: build: runs-on: ubuntu-latest + permissions: + contents: write steps: - - uses: actions/checkout@v2 - + - name: Checkout Repository + uses: actions/checkout@v3 # get part of the tag after the `v` - name: Extract tag version number id: get_version