Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/bump version #20

Merged
merged 10 commits into from
Dec 19, 2024
Prev Previous commit
Next Next commit
Bump version to 0.0.1+2 and update GitHub Actions permissions
  • Loading branch information
denis-lncd committed Dec 18, 2024
commit d2b406825df015b44e497040b7f9df43619c3342
3 changes: 2 additions & 1 deletion .github/workflows/leancode_app_rating-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: leancode_app_rating publish

on:
push:
tags: ['leancode_app_rating-v*']
tags: ["leancode_app_rating-v*"]

jobs:
publish:
Expand All @@ -12,6 +12,7 @@ jobs:

permissions:
id-token: write
contents: write

defaults:
run:
Expand Down
Loading