Skip to content

Commit

Permalink
chore: release action cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed Feb 20, 2025
1 parent 21b90fa commit c9f8af0
Showing 1 changed file with 0 additions and 51 deletions.
51 changes: 0 additions & 51 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,54 +25,3 @@ jobs:
github-token: ${{ steps.token.outputs.token }}
author-name: ${{ secrets.SOCIALGROOVYBOT_NAME }}
author-email: ${{ secrets.SOCIALGROOVYBOT_EMAIL }}

# name: Release

# on:
# push:
# branches: [main, alpha, beta, next]

# permissions:
# id-token: write # Required for OIDC token generation

# jobs:
# release:
# name: Release
# runs-on: ubuntu-latest
# steps:
# - name: Get GitHub App Token
# id: token
# uses: SocialGouv/token-bureau@main
# with:
# token-bureau-url: https://token-bureau.fabrique.social.gouv.fr
# audience: socialgouv
# - uses: actions/checkout@v4
# - uses: actions/setup-node@v4
# with:
# node-version: "14.x"
# - name: Semantic Release
# id: semantic
# uses: cycjimmy/semantic-release-action@v4
# with:
# semantic_version: 17
# extra_plugins: |
# @semantic-release/changelog@5.0.1
# @semantic-release/git@9.0.0
# env:
# GIT_AUTHOR_EMAIL: ${{ secrets.SOCIALGROOVYBOT_EMAIL }}
# GIT_AUTHOR_NAME: ${{ secrets.SOCIALGROOVYBOT_NAME }}
# GIT_COMMITTER_EMAIL: ${{ secrets.SOCIALGROOVYBOT_EMAIL }}
# GIT_COMMITTER_NAME: ${{ secrets.SOCIALGROOVYBOT_NAME }}
# GITHUB_TOKEN: ${{ steps.token.outputs.token }}

# - name: Push updates to branch for major version
# if: steps.semantic.outputs.new_release_published == 'true'
# run: |
# git push -f https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git :refs/tags/v${{steps.semantic.outputs.new_release_major_version}}
# git tag -f v${{steps.semantic.outputs.new_release_major_version}}
# git push -f https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git v${{steps.semantic.outputs.new_release_major_version}}
# env:
# GITHUB_TOKEN: ${{ steps.token.outputs.token }}



0 comments on commit c9f8af0

Please sign in to comment.