File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ To use the action add the following step to your workflow file (e.g.
29
29
password : ${{ secrets.PYPI_API_TOKEN }}
30
30
` ` `
31
31
32
- > **Pro tip**: instead of using branch pointers, like ` master `, pin versions of
33
- Actions that you use to tagged versions or sha1 commit identifiers. This will
34
- make your workflows more secure and better reproducible, saving you from sudden
35
- and unpleasant surprises.
32
+ > **Pro tip**: instead of using branch pointers, like ` unstable/v1 `, pin
33
+ versions of Actions that you use to tagged versions or sha1 commit identifiers.
34
+ This will make your workflows more secure and better reproducible, saving you
35
+ from sudden and unpleasant surprises.
36
36
37
37
A common use case is to upload packages only on a tagged commit, to do so add a
38
38
filter to the step :
You can’t perform that action at this time.
0 commit comments