diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0793fe9..53ac856 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,5 @@ name: push_release -permissions: - contents: write - on: push: tags: @@ -12,14 +9,16 @@ jobs: tagged-release: name: "Tagged Release" runs-on: "ubuntu-latest" + steps: # ... - name: Checkout Code uses: actions/checkout@master - name: Create Release - uses: "marvinpinto/action-automatic-releases@latest" + - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "latest" prerelease: false + files: | + LICENSE