Skip to content

Commit

Permalink
chore: add awesome (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Korolev <[email protected]>
  • Loading branch information
universal-itengineer committed Apr 5, 2024
1 parent cd03964 commit 28a598e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
32 changes: 17 additions & 15 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,21 @@ on:
branches:
- main
workflow_dispatch:

permissions:
contents: write
pull-requests: write

defaults:
run:
shell: bash

permissions:
contents: write
pull-requests: write


jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
target-branch: ${{ github.ref_name }}
release-type: simple
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
# target-branch: ${{ github.ref_name }}
release-type: simple
1 change: 1 addition & 0 deletions awesome.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
awesome here

0 comments on commit 28a598e

Please sign in to comment.