krz/devianter
A DeviantArt guest API library for Go.
clone: git clone https://gitbay.org/krz/devianter.git
7ffcbb88ad9dceb6a1258b64df90a9e5cf1793bf
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-07-15T01:14:17Z
.github/workflows/release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) @@ -11,11 +11,10 @@ jobs: steps: - uses: actions/checkout@v7 - name: Create Release - uses: actions/create-release@v1 + uses: elgohr/Github-Release-Action@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ github.ref }} - release_name: Release ${{ github.ref }} - draft: false + title: Release ${{ github.ref }} + tag: ${{ github.ref }} prerelease: false