krz/devianter
A DeviantArt guest API library for Go.
clone: git clone https://gitbay.org/krz/devianter.git
971bdb3e8073965ebbb1924864b0442cd3d8dc95
signed_unknown_key
author: Christian Cleberg <hello@cleberg.net> · 2026-07-15T22:42:50Z
committer: <noreply@github.com>
.github/workflows/release.yml | 23 ----------------------- 1 file changed, 23 deletions(-) deleted file mode 100644 @@ -1,23 +0,0 @@ -name: Release - -on: - push: - tags: - - 'v*' - -permissions: - contents: write - -jobs: - release: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v7 - - name: Create Release - uses: elgohr/Github-Release-Action@v5 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - title: Release ${{ github.ref }} - tag: ${{ github.ref }} - prerelease: false