Skip to content

Commit 3957c86

Browse files
committed
fix: update workflow name and add ref to checkout steps for consistency
1 parent 8d63d46 commit 3957c86

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/distribute.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish extension to Chrome and Firefox
1+
name: '🚀 Deploy to Chrome 🌐 & Firefox 🦊'
22

33
on:
44
workflow_dispatch:
@@ -68,6 +68,8 @@ jobs:
6868
runs-on: ubuntu-latest
6969
steps:
7070
- uses: actions/checkout@v4
71+
with:
72+
ref: ${{ github.ref_name }}
7173
- uses: actions/cache@v4
7274
with:
7375
path: '**/node_modules'
@@ -97,6 +99,8 @@ jobs:
9799
runs-on: ubuntu-latest
98100
steps:
99101
- uses: actions/checkout@v4
102+
with:
103+
ref: ${{ github.ref_name }}
100104
- uses: actions/cache@v4
101105
with:
102106
path: '**/node_modules'

0 commit comments

Comments
 (0)