Skip to content

Commit

Permalink
Merge pull request #779 from thefrontside/helpful-release-name
Browse files Browse the repository at this point in the history
Add nice name and description for release
  • Loading branch information
cowboyd authored Oct 2, 2023
2 parents e77eedb + 0c4a167 commit 9255081
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/v2-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ jobs:
tar czvf ${{ github.ref_name }}.website.tgz -C public effection
cp *.website.tgz ..
- run: node -pe '`relnum=${"${{ github.ref_name }}".substring("docs-v2-r".length)}`' >> $GITHUB_OUTPUT
id: relnum

- uses: ncipollo/release-action@v1
with:
name: V2 Documentation R${{ steps.relnum.outputs.relnum }}
body: Website and API documentation for Effection V2 (R${{ steps.relnum.outputs.relnum }})
artifacts: "*.tgz"
token: ${{ secrets.FRONTSIDEJACK_GITHUB_TOKEN }}

2 comments on commit 9255081

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 9255081 Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Module not found "file:///src/www/main.ts".

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 9255081 Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Module not found "file:///src/www/main.ts".

Please sign in to comment.