@@ -29,7 +29,7 @@ name: Release
2929on :
3030 push :
3131 tags :
32- - " v*" # Run workflow on version tags, e.g. v1.0.2 .
32+ - " v*" # Run workflow on version tags, e.g. v1.0.3 .
3333
3434jobs :
3535 release :
4141 steps :
4242 - uses : actions/checkout@v4
4343
44- - uses : grafana/plugin-actions/build-plugin@build-plugin/v1.0.2
44+ - uses : grafana/plugin-actions/build-plugin@build-plugin/v1.0.3
4545 with :
4646 # see https://grafana.com/developers/plugin-tools/publish-a-plugin/sign-a-plugin#generate-an-access-policy-token to generate it
4747 # save the value in your repository secrets
@@ -73,7 +73,7 @@ name: Release
7373on:
7474 push:
7575 tags:
76- - "v*" # Run workflow on version tags, e.g. v1.0.2 .
76+ - "v*" # Run workflow on version tags, e.g. v1.0.3 .
7777
7878jobs:
7979 release:
8686 steps:
8787 - uses: actions/checkout@v4
8888
89- - uses: grafana/plugin-actions/build-plugin@build-plugin/v1.0.2
89+ - uses: grafana/plugin-actions/build-plugin@build-plugin/v1.0.3
9090 with:
9191 policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
9292 attestation: true # new line
@@ -108,7 +108,7 @@ To enable changelog generation in your workflow:
108108<!-- x-release-please-start-version -->
109109
110110` ` ` yaml
111- - uses: grafana/plugin-actions/build-plugin@build-plugin/v1.0.2
111+ - uses: grafana/plugin-actions/build-plugin@build-plugin/v1.0.3
112112 with:
113113 policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
114114 use_changelog_generator: true
@@ -128,7 +128,7 @@ If your target branch is protected, the default github.token cannot push changes
128128
129129` ` ` yaml
130130- name: Build plugin
131- uses: grafana/plugin-actions/build-plugin@build-plugin/v1.0.2
131+ uses: grafana/plugin-actions/build-plugin@build-plugin/v1.0.3
132132 with:
133133 use_changelog_generator: true
134134 token: ${{ secrets.CHANGELOG_PAT }} # Replace default github.token
0 commit comments