Skip to content

Commit

Permalink
feat: automatic forum posts (#1779)
Browse files Browse the repository at this point in the history
  • Loading branch information
lodicolo committed Mar 25, 2023
1 parent fedb6a6 commit e7ebf3b
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/workflows/build.0.7.2-beta.yml
Expand Up @@ -99,8 +99,16 @@ jobs:
tag_name: v${{ env.VERSION_PREFIX }}${{ env.VERSION_SUFFIX }}.${{ github.run_number }}
target_commitish: ${{ github.sha }}

# publish:
# runs-on: ubuntu-latest
# steps:
# - name: Publish to Forum
publish:
needs: build
runs-on: ubuntu-latest
steps:
- name: Publish to Forum
uses: AscensionGameDev/actions@1931e0237d9bc185277faa3a10e875a95fffadce
with:
api-key: ${{ secrets.INTERSECTBOT_FORUM_TOKEN }}
build: ${{ github.run_number }}
hash: ${{ github.sha }}
version: ${{ env.VERSION_PREFIX }}${{ env.VERSION_SUFFIX }}


0 comments on commit e7ebf3b

Please sign in to comment.