File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 66
66
uses : ./
67
67
- name : Graphviz test
68
68
run : dot -V
69
+
70
+ versioning :
71
+ name : Versioning
72
+ runs-on : ubuntu-latest
73
+ needs :
74
+ - integration-test
75
+ permissions :
76
+ contents : write # Used to commit to "Version Packages" PR
77
+ pull-requests : write # Used to create "Version Packages" PR
78
+ if : ${{ github.event_name == 'push' && github.repository == 'ts-graphviz/setup-graphviz' && github.base_ref == 'refs/heads/main' }}
79
+ steps :
80
+ - name : Checkout
81
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
82
+ - name : Setup
83
+ uses : ./.github/actions/setup
84
+ - name : Create Release Pull Request
85
+ id : changesets
86
+ uses : changesets/action@aba318e9165b45b7948c60273e0b72fce0a64eb9 # v1.4.7
87
+ env :
88
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments